home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / remote / fd199c.zip / SAMPLES.ZIP / FDNODE.CTL next >
Text File  |  1990-03-06  |  19KB  |  639 lines

  1. ;
  2. ;  Sample FrontDoor 1.99c Nodelist control file (FDNODE.CTL)
  3. ;
  4. ;  This file should be placed in the NODELIST directory. If you haven't
  5. ;  specified a nodelist directory in SETUP, you should put this file in
  6. ;  the SYSTEM directory. Text behind a semi-colon (;) is ignored. All
  7. ;  commands are treated without regards to case.
  8. ;
  9. ;  Last revised: March 6 1990
  10. ;
  11. ;  ---------------------------------------------------------------------
  12. ;  PVTLIST defines an optional nodelist. It can be a private network or
  13. ;  Egglist, Anetlist, Signodes, etc. etc. Do NOT put the normal nodelist
  14. ;  in a pvtlist statement. That will cause duplicate net/node numbers.
  15. ;
  16. ;  PVTLIST <filename> [zone]
  17. ;
  18. ;  The zone specification is only valid for the first pvtlist entry. All
  19. ;  the other files have to contain a valid 'Zone' keyword.
  20. ;
  21. PVTLIST c:\fd\nodelist\30006.net 2        ; A special network in zone 2
  22. PVTLIST c:\fd\nodelist\anetlist.*         ; AlterNet
  23. PVTLIST c:\fd\nodelist\netlist.*          ; The Network
  24. PVTLIST c:\fd\nodelist\egglist.*          ; EggNet
  25. PVTLIST c:\fd\nodelist\signodes.*         ; SIGNet
  26. PVTLIST c:\fd\nodelist\bbsnet.*           ; BBSNet
  27. ;
  28. ;  ---------------------------------------------------------------------
  29. ;  POINTLIST allows you to add points to your nodelist database. The
  30. ;  optional BOSS address is required if the file doesn't contain a BOSS
  31. ;  entry and should not be specified if the file contains a BOSS entry.
  32. ;
  33. ;  If you only have one file with point entries, you can use FDPOINT.PVT.
  34. ;  FDNC will automatically use it if it's found in the NODELIST directory.
  35. ;  Note that if you use one or more POINTLIST statements, FDNC will merge
  36. ;  all specified files into FDPOINT.PVT, overwriting its contents. A 
  37. ;  separate chapter in the documentation discusses the point concept.
  38. ;
  39. POINTLIST c:\fd\scott.pts 1:135/990
  40. POINTLIST c:\fd\mike.pts 1:135/4
  41. POINTLIST c:\fd\bruce.pct 1:170/400
  42. ;
  43. ;  ---------------------------------------------------------------------
  44. ;  PHONE allows you to override a system's phone number. It can be used
  45. ;  to make PVT (Private, Unpublished) listed systems published (such as
  46. ;  special echomail feeds, etc.) or to override the phone number listed
  47. ;  in the nodelist. The specified telephone number should be in RAW,
  48. ;  (untranslated) format. If you use the PHONE statement to change the
  49. ;  telephone number for a system, FDNC will remove HOLD and/or DOWN
  50. ;  status from that system (if it was present).
  51. ;
  52. ;   PHONE <zz:nn/nn.pp> <number>
  53. ;
  54. PHONE 1:135/20 1-305-596-2904
  55. ;
  56. ;  ---------------------------------------------------------------------
  57. ;  USE ZONE allows you to specify which zones you want FDNC to include
  58. ;  in your userlist and node index. The default is to include ALL found
  59. ;  zones.
  60. ;
  61. ; USE ZONE 1,2,3,4,7,8,25,99
  62. ;
  63. ;  ---------------------------------------------------------------------
  64. ;  MODEM allows you to send strings to the modem depending on the node-
  65. ;  list data for the system FD (the mailer) is calling. You can use most
  66. ;  nodelist flags as well as explicit node numbers. The below listed
  67. ;  example is for a US Robotics HST dual standard modem.
  68. ;
  69. ;  If the system has the PEP flag, AT&M0X4| will be sent. The V32 flag is
  70. ;  listed after the PEP flag because some PEP modems handles V32 as well
  71. ;  in which case we'd want a V32 connection. The HST flag is listed last
  72. ;  because if the system is using an HST DS (HST/V32), we want to use
  73. ;  the HST mode.
  74. ;
  75. MODEM
  76.    PEP           AT&M0X4|       ; Disable VOICE recognizition for PEP systems
  77.    V32           AT&M5B0|       ; Enable ARQ connects with V32 systems
  78.    HST           AT&M5B1|       ; Force ARQ connects with HST systems
  79.    1:1/101       ATM1|          ; Enable speaker when calling FrontDoor Help
  80. END
  81. ;
  82. ;  ---------------------------------------------------------------------
  83. ;  SWEPULSE was added to handle the somewhat screwed up method Swedish
  84. ;  exchanges handles pulse dialing. Most modem manufacturers uses the 
  85. ;  British standard for pulse dialing, which is not compatible with Swedish
  86. ;  pulse dialing. If you use SWEPULSE in FDNODE.CTL, telephone numbers will
  87. ;  be properly translated. Do NOT use this command unless you live in Sweden
  88. ;  and have to use pulse dialing.
  89. ;
  90. ; SWEPULSE
  91. ;
  92. ;  ---------------------------------------------------------------------
  93. ;  DIAL <NATL PREFIX>/<SUFFIX> <INTL PREFIX>/<SUFFIX>
  94. ;
  95. ;  Indicates the start of the dial translation table. All four parameters
  96. ;  are optional and are only used if no other translation applies for a 
  97. ;  telephone number.
  98. ;
  99. ;  If you only want to use a national (NATL) prefix/suffix, you must
  100. ;  specify the / character for the international (INTL) prefix/suffix to
  101. ;  indicate no special treatment. The same applies if you only want to use
  102. ;  an INTL prefix/suffix.
  103. ;
  104. ;  If you need to strip the search value from a number, you don't have to
  105. ;  put anything after it. In other words, if you need to strip 1-305-596
  106. ;  from all number, you enter that string with no translation. Comments are
  107. ;  ignored and must be preceded by a semicolon.
  108. ;
  109. ;  The translation values (strings) doesn't have to contain numerical
  110. ;  characters (0-9,.-). They can include commands such as "S25=100" etc. as
  111. ;  long as your modem supports it.
  112. ;
  113. DIAL       /   10288-011-         ; Add 011- to international
  114.   1-305-220-     220-             ; Local (to me) Miami exchanges
  115.   1-305-221-     221-
  116.   1-305-223-     223-
  117.   1-305-225-     225-
  118.   1-305-226-     226-
  119.   1-305-227-     227-
  120.   1-305-230-     230-
  121.   1-305-232-     232-
  122.   1-305-233-     233-
  123.   1-305-235-     235-
  124.   1-305-238-     238-
  125.   1-305-245-     245-
  126.   1-305-246-     246-
  127.   1-305-247-     247-
  128.   1-305-248-     248-
  129.   1-305-250-     250-
  130.   1-305-251-     251-
  131.   1-305-252-     252-
  132.   1-305-253-     253-
  133.   1-305-255-     255-
  134.   1-305-257-     257-
  135.   1-305-258-     258-
  136.   1-305-261-     261-
  137.   1-305-262-     262-
  138.   1-305-263-     263-
  139.   1-305-264-     264-
  140.   1-305-266-     266-
  141.   1-305-270-     270-
  142.   1-305-271-     271-
  143.   1-305-274-     274-
  144.   1-305-279-     279-
  145.   1-305-284-     284-
  146.   1-305-285-     285-
  147.   1-305-324-     324-
  148.   1-305-325-     325-
  149.   1-305-326-     326-
  150.   1-305-342-     342-
  151.   1-305-343-     343-
  152.   1-305-347-     347-
  153.   1-305-348-     348-
  154.   1-305-350-     350-
  155.   1-305-353-     353-
  156.   1-305-354-     354-
  157.   1-305-358-     358-
  158.   1-305-361-     361-
  159.   1-305-362-     362-
  160.   1-305-364-     364-
  161.   1-305-371-     371-
  162.   1-305-372-     372-
  163.   1-305-373-     373-
  164.   1-305-374-     374-
  165.   1-305-375-     375-
  166.   1-305-376-     376-
  167.   1-305-377-     377-
  168.   1-305-378-     378-
  169.   1-305-379-     379-
  170.   1-305-381-     381-
  171.   1-305-382-     382-
  172.   1-305-385-     385-
  173.   1-305-386-     386-
  174.   1-305-387-     387-
  175.   1-305-397-     397-
  176.   1-305-399-     399-
  177.   1-305-441-     441-
  178.   1-305-442-     442-
  179.   1-305-443-     443-
  180.   1-305-444-     444-
  181.   1-305-445-     445-
  182.   1-305-446-     446-
  183.   1-305-447-     447-
  184.   1-305-448-     448-
  185.   1-305-449-     449-
  186.   1-305-460-     460-
  187.   1-305-470-     470-
  188.   1-305-477-     477-
  189.   1-305-520-     520-
  190.   1-305-526-     526-
  191.   1-305-529-     529-
  192.   1-305-530-     530-
  193.   1-305-531-     531-
  194.   1-305-532-     532-
  195.   1-305-534-     534-
  196.   1-305-535-     535-
  197.   1-305-536-     536-
  198.   1-305-538-     538-
  199.   1-305-541-     541-
  200.   1-305-542-     542-
  201.   1-305-543-     543-
  202.   1-305-544-     544-
  203.   1-305-545-     545-
  204.   1-305-547-     547-
  205.   1-305-548-     548-
  206.   1-305-549-     549-
  207.   1-305-550-     550-
  208.   1-305-551-     551-
  209.   1-305-552-     552-
  210.   1-305-553-     553-
  211.   1-305-554-     554-
  212.   1-305-556-     556-
  213.   1-305-557-     557-
  214.   1-305-558-     558-
  215.   1-305-559-     559-
  216.   1-305-560-     560-
  217.   1-305-573-     573-
  218.   1-305-576-     576-
  219.   1-305-577-     577-
  220.   1-305-578-     578-
  221.   1-305-579-     579-
  222.   1-305-590-     950-
  223.   1-305-591-     591-
  224.   1-305-592-     592-
  225.   1-305-593-     593-
  226.   1-305-594-     594-
  227.   1-305-595-     595-
  228.   1-305-596-     596-
  229.   1-305-598-     598-
  230.   1-305-599-     599-
  231.   1-305-620-     620-
  232.   1-305-621-     621-
  233.   1-305-623-     623-
  234.   1-305-624-     624-
  235.   1-305-625-     625-
  236.   1-305-628-     628-
  237.   1-305-633-     633-
  238.   1-305-634-     634-
  239.   1-305-635-     635-
  240.   1-305-637-     637-
  241.   1-305-638-     638-
  242.   1-305-642-     642-
  243.   1-305-643-     643-
  244.   1-305-649-     649-
  245.   1-305-651-     651-
  246.   1-305-652-     652-
  247.   1-305-653-     653-
  248.   1-305-654-     654-
  249.   1-305-661-     661-
  250.   1-305-662-     662-
  251.   1-305-663-     663-
  252.   1-305-665-     665-
  253.   1-305-666-     666-
  254.   1-305-667-     667-
  255.   1-305-670-     670-
  256.   1-305-672-     672-
  257.   1-305-673-     673-
  258.   1-305-674-     674-
  259.   1-305-681-     681-
  260.   1-305-685-     685-
  261.   1-305-687-     687-
  262.   1-305-688-     688-
  263.   1-305-691-     691-
  264.   1-305-693-     693-
  265.   1-305-696-     696-
  266.   1-305-751-     751-
  267.   1-305-754-     754-
  268.   1-305-756-     756-
  269.   1-305-757-     757-
  270.   1-305-758-     758-
  271.   1-305-759-     759-
  272.   1-305-762-     762-
  273.   1-305-769-     769-
  274.   1-305-770-     770-
  275.   1-305-775-     775-
  276.   1-305-780-     780-
  277.   1-305-787-     787-
  278.   1-305-789-     789-
  279.   1-305-794-     794-
  280.   1-305-795-     795-
  281.   1-305-821-     821-
  282.   1-305-822-     822-
  283.   1-305-823-     823-
  284.   1-305-824-     824-
  285.   1-305-825-     825-
  286.   1-305-829-     829-
  287.   1-305-835-     835-
  288.   1-305-836-     836-
  289.   1-305-854-     854-
  290.   1-305-856-     856-
  291.   1-305-858-     858-
  292.   1-305-861-     861-
  293.   1-305-864-     864-
  294.   1-305-865-     865-
  295.   1-305-866-     866-
  296.   1-305-868-     868-
  297.   1-305-871-     871-
  298.   1-305-873-     873-
  299.   1-305-874-     874-
  300.   1-305-882-     882-
  301.   1-305-883-     883-
  302.   1-305-884-     884-
  303.   1-305-885-     885-
  304.   1-305-887-     887-
  305.   1-305-888-     888-
  306.   1-305-891-     891-
  307.   1-305-893-     893-
  308.   1-305-895-     895-
  309.   1-305-899-     899-
  310.   1-305-931-     931-
  311.   1-305-932-     932-
  312.   1-305-933-     933-
  313.   1-305-935-     935-
  314.   1-305-937-     937-
  315.   1-305-939-     939-
  316.   1-305-940-     940-
  317.   1-305-944-     944-
  318.   1-305-945-     945-
  319.   1-305-947-     947-
  320.   1-305-948-     948-
  321.   1-305-949-     949-
  322.   1-305-952-     952-
  323.   1-305-953-     953-
  324.   1-305-956-     956-
  325.   1-305-976-     976-
  326.   1-305-993-     993-
  327.   1-305-995-     995-
  328.   1-203-         10288-1-203-     ; Trouble areas where I want to use AT&T
  329.   1-603-         10288-1-603-
  330.   1-305-         1-               ; Remaining numbers in 305 area code
  331. END
  332. ;
  333. ;  ---------------------------------------------------------------------
  334. ;  COST <NATL COST> <INTL COST> [BAUD RATE]
  335. ;
  336. ;  Indicates the start of the cost table. The two (default) parameters are
  337. ;  NOT optional. The default cost only applies to numbers with no matching
  338. ;  entry in the cost table.
  339. ;
  340. ;  An additional parameter can be added after the cost for a number entry
  341. ;  indicating the maximum baud rate used. This is useful when calling
  342. ;  locations with a lot of line noise etc. Please note that this doesn't 
  343. ;  work with several high-speed modems such as the US Robotics HST. You 
  344. ;  can't force a HST modem to connect at 2400 with another HST modem by
  345. ;  changing the baud rate.
  346. ;
  347. ;  Note: You should *only* list those areacodes/exchanges that you don't
  348. ;  want to give the default cost.
  349. ;
  350. COST 25 150                       ; Default: 25 cents for domestic calls
  351.                                   ; Default: 150 cents for international calls
  352. ;
  353. ; Local (to me) numbers
  354. ;
  355. 1-305-220-      0
  356. 1-305-221-      0
  357. 1-305-223-      0
  358. 1-305-225-      0
  359. 1-305-226-      0
  360. 1-305-227-      0
  361. 1-305-230-      0
  362. 1-305-232-      0
  363. 1-305-233-      0
  364. 1-305-235-      0
  365. 1-305-238-      0
  366. 1-305-245-      0
  367. 1-305-246-      0
  368. 1-305-247-      0
  369. 1-305-248-      0
  370. 1-305-250-      0
  371. 1-305-251-      0
  372. 1-305-252-      0
  373. 1-305-253-      0
  374. 1-305-255-      0
  375. 1-305-257-      0
  376. 1-305-258-      0
  377. 1-305-261-      0
  378. 1-305-262-      0
  379. 1-305-263-      0
  380. 1-305-264-      0
  381. 1-305-266-      0
  382. 1-305-270-      0
  383. 1-305-271-      0
  384. 1-305-274-      0
  385. 1-305-279-      0
  386. 1-305-284-      0
  387. 1-305-285-      0
  388. 1-305-324-      0
  389. 1-305-325-      0
  390. 1-305-326-      0
  391. 1-305-342-      0
  392. 1-305-343-      0
  393. 1-305-347-      0
  394. 1-305-348-      0
  395. 1-305-350-      0
  396. 1-305-353-      0
  397. 1-305-354-      0
  398. 1-305-358-      0
  399. 1-305-361-      0
  400. 1-305-364-      0
  401. 1-305-371-      0
  402. 1-305-372-      0
  403. 1-305-373-      0
  404. 1-305-374-      0
  405. 1-305-375-      0
  406. 1-305-376-      0
  407. 1-305-377-      0
  408. 1-305-378-      0
  409. 1-305-379-      0
  410. 1-305-381-      0
  411. 1-305-382-      0
  412. 1-305-385-      0
  413. 1-305-386-      0
  414. 1-305-387-      0
  415. 1-305-397-      0
  416. 1-305-399-      0
  417. 1-305-441-      0
  418. 1-305-442-      0
  419. 1-305-443-      0
  420. 1-305-444-      0
  421. 1-305-445-      0
  422. 1-305-446-      0
  423. 1-305-447-      0
  424. 1-305-448-      0
  425. 1-305-449-      0
  426. 1-305-460-      0
  427. 1-305-470-      0
  428. 1-305-477-      0
  429. 1-305-520-      0
  430. 1-305-526-      0
  431. 1-305-529-      0
  432. 1-305-530-      0
  433. 1-305-531-      0
  434. 1-305-532-      0
  435. 1-305-534-      0
  436. 1-305-535-      0
  437. 1-305-536-      0
  438. 1-305-538-      0
  439. 1-305-541-      0
  440. 1-305-542-      0
  441. 1-305-543-      0
  442. 1-305-544-      0
  443. 1-305-545-      0
  444. 1-305-547-      0
  445. 1-305-548-      0
  446. 1-305-549-      0
  447. 1-305-550-      0
  448. 1-305-551-      0
  449. 1-305-552-      0
  450. 1-305-553-      0
  451. 1-305-554-      0
  452. 1-305-556-      0
  453. 1-305-557-      0
  454. 1-305-558-      0
  455. 1-305-559-      0
  456. 1-305-560-      0
  457. 1-305-573-      0
  458. 1-305-576-      0
  459. 1-305-577-      0
  460. 1-305-578-      0
  461. 1-305-579-      0
  462. 1-305-590-      0
  463. 1-305-591-      0
  464. 1-305-592-      0
  465. 1-305-593-      0
  466. 1-305-594-      0
  467. 1-305-595-      0
  468. 1-305-596-      0
  469. 1-305-598-      0
  470. 1-305-599-      0
  471. 1-305-620-      0
  472. 1-305-621-      0
  473. 1-305-623-      0
  474. 1-305-624-      0
  475. 1-305-625-      0
  476. 1-305-628-      0
  477. 1-305-633-      0
  478. 1-305-634-      0
  479. 1-305-635-      0
  480. 1-305-637-      0
  481. 1-305-638-      0
  482. 1-305-642-      0
  483. 1-305-643-      0
  484. 1-305-649-      0
  485. 1-305-651-      0
  486. 1-305-652-      0
  487. 1-305-653-      0
  488. 1-305-654-      0
  489. 1-305-661-      0
  490. 1-305-662-      0
  491. 1-305-663-      0
  492. 1-305-665-      0
  493. 1-305-666-      0
  494. 1-305-667-      0
  495. 1-305-670-      0
  496. 1-305-672-      0
  497. 1-305-673-      0
  498. 1-305-674-      0
  499. 1-305-681-      0
  500. 1-305-685-      0
  501. 1-305-687-      0
  502. 1-305-688-      0
  503. 1-305-691-      0
  504. 1-305-693-      0
  505. 1-305-696-      0
  506. 1-305-751-      0
  507. 1-305-754-      0
  508. 1-305-756-      0
  509. 1-305-757-      0
  510. 1-305-758-      0
  511. 1-305-759-      0
  512. 1-305-762-      0
  513. 1-305-769-      0
  514. 1-305-770-      0
  515. 1-305-775-      0
  516. 1-305-780-      0
  517. 1-305-787-      0
  518. 1-305-789-      0
  519. 1-305-794-      0
  520. 1-305-795-      0
  521. 1-305-821-      0
  522. 1-305-822-      0
  523. 1-305-823-      0
  524. 1-305-824-      0
  525. 1-305-825-      0
  526. 1-305-829-      0
  527. 1-305-835-      0
  528. 1-305-836-      0
  529. 1-305-854-      0
  530. 1-305-856-      0
  531. 1-305-858-      0
  532. 1-305-861-      0
  533. 1-305-864-      0
  534. 1-305-865-      0
  535. 1-305-866-      0
  536. 1-305-868-      0
  537. 1-305-871-      0
  538. 1-305-873-      0
  539. 1-305-874-      0
  540. 1-305-882-      0
  541. 1-305-883-      0
  542. 1-305-884-      0
  543. 1-305-885-      0
  544. 1-305-887-      0
  545. 1-305-888-      0
  546. 1-305-891-      0
  547. 1-305-893-      0
  548. 1-305-895-      0
  549. 1-305-899-      0
  550. 1-305-931-      0
  551. 1-305-932-      0
  552. 1-305-933-      0
  553. 1-305-935-      0
  554. 1-305-937-      0
  555. 1-305-939-      0
  556. 1-305-940-      0
  557. 1-305-944-      0
  558. 1-305-945-      0
  559. 1-305-947-      0
  560. 1-305-948-      0
  561. 1-305-949-      0
  562. 1-305-952-      0
  563. 1-305-953-      0
  564. 1-305-956-      0
  565. 1-305-976-      0
  566. 1-305-993-      0
  567. 1-305-995-      0
  568. ;
  569. ; Domestic (to me) but not local numbers
  570. ;
  571. 1-204-         50                 ; Manitoba Canada
  572. 1-306-         50                 ; Saskatchewan
  573. 1-403-         50                 ; Northwest Territories
  574. 1-416-         50                 ; Ontario
  575. 1-418-         50                 ; Quebec
  576. 1-506-         50                 ; New Brunswick
  577. 1-514-         50                 ; Quebec
  578. 1-519-         50                 ; Ontario
  579. 1-600-         50
  580. 1-604-         50                 ; British Columbia
  581. 1-613-         50                 ; Ontario
  582. 1-700-        150                 ; Special Toll Calls
  583. 1-705-         50                 ; Ontario
  584. 1-706-         50                 ; Mexico
  585. 1-709-         50                 ; Newfoundland
  586. 1-710-         50
  587. 1-711-         50
  588. 1-800-          0                 ; Toll-free Numbers
  589. 1-807-         50                 ; Ontario
  590. 1-809-        100                 ; Caribbean Islands
  591. 1-810-        100
  592. 1-811-        100
  593. 1-819-         50                 ; Quebec
  594. 1-900-        150                 ; Special Toll calls
  595. 1-902-         50                 ; Nova Scotia/ Prince Edward Island
  596. 1-903-         50
  597. 1-905-         50                 ; Mexico
  598. 1-907-         50                 ; Alaska
  599. ;
  600. ; International Direct Dialing charges
  601. ;
  602. 684-          350                 ; American Samoa
  603. 54-           175                 ; Argentina
  604. 61-           300                 ; Australia
  605. 973-          275                 ; Bahrain
  606. 55-           175                 ; Brazil
  607. 541-          175                 ; Buenos Aires
  608. 56-           175                 ; Chile
  609. 593-          175                 ; Ecuador
  610. 679-          350                 ; Fiji Islands
  611. 689-          250                 ; French Polynesia
  612. 49-           200                 ; Germany Federal Republic
  613. 671-          350                 ; Guam
  614. 592-          175                 ; Guyana
  615. 852-          350                 ; Hong Kong
  616. 62-           350                 ; Indonesia
  617. 98-           225                 ; Iran
  618. 964-          225                 ; Iraq
  619. 972-          225                 ; Israel
  620. 81-           250                 ; Japan
  621. 254-          175                 ; Kenya
  622. 82-           350                 ; Korea
  623. 965-          225                 ; Kuwait
  624. 64-           250                 ; New Zealand
  625. 675-          250                 ; Papua New Guinea
  626. 51-           175                 ; Peru
  627. 63-           175                 ; Phillippines
  628. 966-          225                 ; Saudi Arabia
  629. 65-           250                 ; Singapore
  630. 27-           175                 ; South Africa
  631. 886-          350                 ; Taiwan
  632. 66-           350                 ; Thailand
  633. 971-          225                 ; United Arab Emirates
  634. 58-           175                 ; Venezuela
  635. END
  636. ;
  637. ; end of file "fdnode.ctl"
  638. ;
  639.